projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8139239
)
core: Note which artifact failed to compose
author
Colin Walters
<walters@verbum.org>
Mon, 16 Jan 2012 14:57:24 +0000
(09:57 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 16 Jan 2012 14:57:24 +0000
(09:57 -0500)
src/ostree/ot-builtin-compose.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-compose.c
b/src/ostree/ot-builtin-compose.c
index 30d0aec04e5c30ab9e95bb6eb96456f4e6bf63c0..5019dfa4541b027db9343248288793ffdac98311 100644
(file)
--- a/
src/ostree/ot-builtin-compose.c
+++ b/
src/ostree/ot-builtin-compose.c
@@
-75,8
+75,11
@@
add_branch (OstreeRepo *repo,
if (!ostree_repo_stage_directory_to_mtree (repo, subdir, mtree, NULL,
NULL, error))
- goto out;
-
+ {
+ g_prefix_error (error, "Error composing %s: ", branch_path);
+ goto out;
+ }
+
if (metadata_builder)
g_variant_builder_add (metadata_builder, "(ss)", branch_path, branch_rev);